home *** CD-ROM | disk | FTP | other *** search
/ USA Bestseller / USA BESTSELLER Vol 1-95 (Hepp-Computer)(1995).iso / e193 / 0150ter2._xe / FAX.EXE / TSR.CFG < prev    next >
Text File  |  1994-08-20  |  2KB  |  78 lines

  1. %
  2. % ┌───────────────────────────────────────────────────────────────────────────┐
  3. % │ ░░░░░░░░░░░░░░░░ TERMINATE BACKGROUND FAX RECEPTION ░░░░░░░░░░░░░░░░░░░░░ │
  4. % └───────────────────────────────────────────────────────────────────────────┘
  5. %
  6. %                     Configurationsfile for TSR 1.00
  7. %              Copyright (C) 1994 Strathrory Systems Limited
  8. %
  9. %                    TSR means TERMINATE stays resident
  10. %
  11. %  With this utility you can receive faxes in the background while you
  12. %  are still doing other things, like writing a letter in WordPerfect.
  13. %  It works with class 1 and class 2. If you are using a faxmodem that
  14. %  support CAS, then you must remove CASMODEM.EXE before using this program.
  15. %
  16.  
  17. %
  18. % Which comport to use
  19. %
  20.  
  21. Port            2
  22.  
  23. %
  24. % Which baudrate to use for sending faxes
  25. %
  26.  
  27. Baud            19200
  28.  
  29. %
  30. % Which baudrate to use when initialising the faxmodem
  31. % Some older modems can only initialise the modem at 2400 baud, but
  32. % if you have no problem with that, then use the same as the above.
  33.  
  34. InitBaud        2400
  35.  
  36. %
  37. % Which BPS (bits per second) to use when sending the fax.
  38. % Please be aware that setting the rate higher than 9600, could result
  39. % in 2400 connects when connecting to older faxmachines.
  40. %
  41.  
  42. FaxBPS          9600
  43.  
  44. %
  45. % Send extra commands to modem before waiting for call
  46. % by default you do not need to send any extra commands and since you
  47. % are receiving then you normally don't have to worry about flow control.
  48. %
  49.  
  50. InitString      ATM0V1X4
  51.  
  52. %
  53. % Which ID should TSR present to the sending fax
  54. % It is adviseable only to use numbers or capital letters, since older
  55. % fax machines do not support it. In general only use A-Z and 0-9.
  56. %
  57.  
  58. StationID       TERMINATE
  59.  
  60. %
  61. % Where should TSR store the incoming fax files.
  62. % If this statement is disabled or the path does not exist, then the same
  63. % path as TSR.EXE will be used.
  64. %
  65.  
  66. Path            IN\
  67.  
  68. %
  69. % If you disable this statement TSR will determine by itself which class
  70. % should be used. TSR will prefer class 2 first.
  71. % If you know which class your faxmodem supports you should put in the
  72. % Class statement, since this will speed up loading TSR a little.
  73. %
  74.  
  75. % Class          1
  76. % Class          2
  77.  
  78.